home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-12 / vkill299.zip / VKILL1.CTL < prev   
Text File  |  1992-09-18  |  3KB  |  122 lines

  1. % VKill v2.99a Configuration File
  2. % (C)opyright 1992, Cairo Research Labs
  3.  
  4. % Path for Moving Infected or Corrupted Archives
  5. %
  6. % This directory is where VKill will place all corrupted archives,
  7. % infected files, and files with suspicious extensions.
  8. % (No trailing backslashes!)
  9.  
  10. BADPATH C:\BADFILES
  11.  
  12. % Path for VKill Log File(s)
  13. %
  14. % This is where VKill will create and maintain the log file(s) for each
  15. % node of your BBS.  The log files will be called VKILL1.LOG, VKILL2.LOG, etc
  16. % (No trailing backslashes!)
  17.  
  18. LOGPATH C:\MAX\LOGS
  19.  
  20. % Path for VKill Tracking File(s)
  21. %
  22. % This is where VKill will create and maintain the tracking files to be
  23. % used in the VKMAINT maintenance run. (** NOTE ** This is not implemented
  24. % in this 2.99a release.  It should be completed by the 3.0 release.
  25. % (No trailing backslashes!)
  26. % TRKPATH C:\MAX\LOGS
  27.  
  28. % Date Check Stamp Information
  29. %
  30. % If you do not wish to accept archives containing files older than a certain
  31. % date, then put the date here.  If you do not care how old the file is, then
  32. % simply comment out the DATECHECK option by placing a "%" at the beginning
  33. % of the line.
  34. %
  35. % FORMAT:    DATECHECK (mode) (date stamp)
  36. %
  37. % The (mode) option can be one of two things: ALL or ARC.  If ALL is
  38. % specified, then ALL files in the archive (including embedded archives)
  39. % will be checked against the date stamp for retention purposes. If *ANY*
  40. % of them should be older than the date stamp here, then a bad upload is
  41. % incurred.  If ARC is specified, then only the archive itself is checked
  42. % against the date stamp (i.e. just the uploaded .ZIP file, nothing in the
  43. % archive (or embedded) will be checked.
  44.  
  45. DATECHECK
  46. ARC
  47. 01/01/90
  48.  
  49. % UnArchiver Information
  50. %
  51. % FORMAT:  ARCDEF (Keyword specifying new archiver definition)
  52. %          EXTENSION
  53. %          SOFTOPTIONS
  54. %          PATH and EXECUTEABLE [cmd line parms]
  55. %
  56. % Here is where you define which archivers will be used for specific
  57. % extensions.  If a new archiver comes along, just add it in.
  58. %
  59. % The "SoftOptions" field is used if an archiver needs a switch, such
  60. % as "E" to extract.  (i.e. ARJ E C:\UPLOADS\GAME.ARJ)...
  61.  
  62. ARCDEF
  63. ARJ
  64. E
  65. ARJ.EXE
  66.  
  67. ARCDEF
  68. LZH
  69. E
  70. LHA.EXE
  71.  
  72. ARCDEF
  73. PAK
  74. E
  75. PAK.EXE
  76.  
  77. ARCDEF
  78. ZIP
  79. -o
  80. PKUNZIP.EXE
  81.  
  82. % Scanner Information
  83. %
  84. % Here is where your virus scanner is defined.  The sample included here
  85. % is for McAfee's VIRUSCAN.  VKill has been tested with F-PROTECT and TBSCAN
  86. % as well.  F-PROTECT worked just fine, with the exception of the Sysop end
  87. % looking a bit fried, as both VKill and FP fought for a video interrupt ;-)
  88. % TBSCAN failed, however, but this should be fixed in 3.0.
  89. %
  90. % FORMAT: SCANDEF
  91. %         EXECUTEABLE SCANNER
  92. %         FIRST PASS SOFTOPTIONS
  93. %         SUBSEQUENT SOFTOPTIONS
  94. %         CLEAN EXIT ERRORLEVEL
  95.  
  96. SCANDEF
  97. SCAN.EXE
  98. /a
  99. /a /nomem
  100. 0
  101.  
  102. % Special File Extensions
  103. %
  104. % Use these area to define file extensions that are not archives, but are
  105. % considered to be acceptable extensions.  Uploads ending with these
  106. % extensions will *NOT* be moved to the BADPATH area.  You may have up to 20
  107. % of these.
  108. %
  109. % FORMAT: BEGINEXT
  110. %         .
  111. %         .
  112. %         ENDEXT
  113.  
  114. BEGINEXT
  115. .XXX
  116. .GIF
  117. .MOD
  118. .VOC
  119. ENDEXT
  120.  
  121.  
  122.